{% extends 'base.html' %} {% block content %}

{% block title %} Welcome to Linkcito {% endblock %}

{% if short_url %}
This is your short URL:
{% endif %}
{% endblock %}